home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Wrath of the Gods / 33AM1 / 00418.ls < prev    next >
Encoding:
Text File  |  1994-07-13  |  197 b   |  14 lines

  1. if altglobal = 1 then
  2.   setglobalall1()
  3.   setlocal1()
  4. else
  5.   if altglobal = 2 then
  6.     setglobalall2()
  7.     setlocal2()
  8.   else
  9.     setglobalall()
  10.     setLocal()
  11.   end if
  12. end if
  13. go(value(saveFrame))
  14.